projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc06ee8
)
*** empty log message ***
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 21:15:30 +0000
(21:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 21:15:30 +0000
(21:15 +0000)
lisp/timezone.el
patch
|
blob
|
history
diff --git
a/lisp/timezone.el
b/lisp/timezone.el
index ac6997f8603f13d1334bdbfa85cb681088bd6481..c2f932b16dde9bd5685856862527298573a1bf26 100644
(file)
--- a/
lisp/timezone.el
+++ b/
lisp/timezone.el
@@
-1,6
+1,9
@@
;;; Timezone package for GNU Emacs
-;; Copyright(C) 1990, 1991, 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+
+;;; Author: Masanobu Umeda
+;;; Maintainer: umerin@mse.kyutech.ac.jp
;; This file is part of GNU Emacs.
@@
-304,3
+307,5
@@
Recognize HH:MM:SS, HH:MM, HHMMSS, HHMM."
(or (and (zerop (% year 4))
(not (zerop (% year 100))))
(zerop (% year 400))))
+
+;;; timezone.el ends here